home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16264 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: crc-news.doc.ca!nott!cunews!beta02!ug940096
  2. From: GRuMBLeFiSH <ug940096@omega.scs.carleton.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Moving Bitmaps animations and after dark
  5. Date: Tue, 9 Apr 1996 23:57:42 -0400
  6. Organization: Carleton University, Ottawa, Canada
  7. Message-ID: <Pine.LNX.3.91.960409235242.19604B-100000@beta02>
  8. NNTP-Posting-Host: beta02.scs.carleton.ca
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. X-Sender: ug940096@beta02
  12.  
  13. I'm currently learning C++ the hard way, by writing an afterdark module 
  14. in it... great fun! <grin>. But I've gotten my brain worked about the 
  15. machinations of the afterdark module SDK, and I've got sound playing, but 
  16. I have a few questions for guru-types for whom this is child's play:
  17.  
  18. 1) Is there a flag in the 'normal' sndPlaySound-type routines that allows 
  19. the call to return an error when a sounds is already being played? The 
  20. only way i can seem to get around it in AfterDark is to make it play 
  21. synchronously, or the saver keeps re-starting it every couple 
  22. milliseconds... bizarre rap fetish it ain't...!
  23.  
  24. 2) I now want to make 'video' happen, either playing a full-screen AVI, 
  25. which I gather won't be very quick in win3.1, or by strategically 
  26. 'animating' cloud bitmaps across a sky background and also a moving item 
  27. which will sit in one place and flip through a series of stills...
  28.  
  29. In short, I need to know how in VC++ I can do these bitmap animations... 
  30. The sound, I have a a feeling I'm all alone until Berkely gets back to me.
  31.  
  32. thanks for any help,
  33.  
  34. Ted Bruyere - Carleton Comp. Sci. Hon. IV - Pres. Sigma Chi Nu Carleton
  35. ----------------------------------------------------------------------
  36.  "...bureaucrats find the anarchic Internet bewildering and threatening.
  37.  They are uncomfortably aware that if they ever attempt a Tiananmen 
  38.  Square in cyberspace, the students will have the more powerful tanks. "
  39.      - Arun Mehta, Byte Magazine July 95
  40. ----------------------------------------------------------------------
  41. Mailto://grumblefish@pobox.com  - True power and wealth are of the mind
  42.  
  43.